home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / flex_247.zip / flex_247 / README < prev    next >
Text File  |  1993-12-07  |  2KB  |  68 lines

  1. This is release 2.4 of flex.  See "version.h" for the exact patch-level.
  2.  
  3. See the file "NEWS" to find out what is new in this Flex release.
  4.  
  5. Read the file "INSTALL" for general installation directives.  Peek near
  6. the beginning of the file "Makefile.in" for special DEFS values.  On most
  7. systems, you can just run the "configure" script and type "make" to build
  8. flex; then "make check" to test whether it built correctly; and if it did,
  9. then "make install" to install it.
  10.  
  11. If you're feeling adventurous, you can also issue "make bigcheck" (be
  12. prepared to wait a while).
  13.  
  14. Note that flex is distributed under a copyright very similar to that of
  15. BSD Unix, and not under the GNU General Public License (GPL), except for
  16. the "configure" script, which is covered by the GPL.
  17.  
  18. Many thanks to the 2.4 pre-testers for finding a bunch of bugs and helping
  19. increase/test portability: Francois Pinard, Nathan Zelle, Gavin Nicol,
  20. Chris Thewalt, and Matthew Jacob.
  21.  
  22. Please send bug reports and feedback to:
  23.  
  24.     Vern Paxson
  25.     ICSD, 46A/1123
  26.     Lawrence Berkeley Laboratory
  27.     1 Cyclotron Rd.
  28.     Berkeley, CA 94720
  29.  
  30.     vern@ee.lbl.gov
  31.  
  32.  
  33. The flex distribution consists of the following files:
  34.  
  35.     README        This message
  36.  
  37.     NEWS        Differences between the various releases
  38.  
  39.     INSTALL        General installation information
  40.  
  41.     COPYING        flex's copyright
  42.  
  43.     configure.in, configure, Makefile.in, install.sh, mkinstalldirs
  44.             elements of the "autoconf" auto-configuration process
  45.  
  46.     flexdef.h, parse.y, scan.l, ccl.c, dfa.c, ecs.c, gen.c, main.c,
  47.     misc.c, nfa.c, sym.c, tblcmp.c, yylex.c     
  48.             source files
  49.  
  50.     version.h    version of this flex release
  51.  
  52.     flex.skl    flex scanner skeleton
  53.     mkskel.sh    script for converting flex.skl to C source file skel.c
  54.  
  55.     liballoc.c
  56.     libmain.c    flex library (-lfl) sources
  57.     libyywrap.c
  58.  
  59.     initscan.c    pre-flex'd version of scan.l
  60.  
  61.     FlexLexer.h    header file for C++ lexer class
  62.  
  63.     flexdoc.1    full user documentation
  64.     flex.1        reference documentation
  65.  
  66.     MISC/        a directory containing miscellaneous contributions.
  67.             See MISC/README for details.
  68.